Skip to content

Hotfix: Finding toml files #701

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 19, 2025
Merged

Hotfix: Finding toml files #701

merged 1 commit into from
Feb 19, 2025

Conversation

wk9874
Copy link
Collaborator

@wk9874 wk9874 commented Feb 18, 2025

Currently simvue looks through all subdirectories of current working dir in search of a simvue.toml file before trying $HOME - lets not do this in case the users CWD has huge numbers of files contained within...

Changed to just check top level of cwd, then top level of home dir

Closes #680

@wk9874 wk9874 added this to the v2.0.0-rc1 milestone Feb 18, 2025
@wk9874 wk9874 requested a review from alahiff February 18, 2025 17:09
@wk9874 wk9874 changed the base branch from dev to v2.0 February 18, 2025 17:09
@kzscisoft kzscisoft assigned wk9874 and kzscisoft and unassigned alahiff and wk9874 Feb 19, 2025
@kzscisoft kzscisoft merged commit d25345a into v2.0 Feb 19, 2025
12 of 14 checks passed
@kzscisoft kzscisoft deleted the wk9874/680_toml_finding branch February 19, 2025 13:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Python API refuses to use $HOME/.simvue.toml and simvue.toml in current directory
3 participants